html,body{
    font:16px "microsoft yahei";
}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt,ul,ol,li,body{
    margin: 0;
    padding: 0;
}
ul,ol,dl,dd,dt{
    list-style:none;
}
input,button,select,textarea{outline: none;font-family: "microsoft yahei";}
a{
    color:#000;
    text-decoration: none;
}
img{vertical-align: top}
h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: normal;
}
.lf{float:left;}
.rt{float:right;}
.cl{clear: both;}
.content{
    width: 1200px;
    margin: 0 auto;
}

/******************top*****************/
#top{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    height: 85px;
    border-bottom: 1px solid #e1e1e1;
    transition: height .5s ease;
}
#top.show{
    height: 86px;
}
#top .content:after{
    content: " ";
    clear: both;
    display: block;
}
#top .content{
    width: 1280px;
    margin: 0 auto;
}
#top .content>img{
    margin:15px 0;
    transition: margin .5s ease;
}
#top .content .sm{
    display: none;
}
#top .content p{
    text-align: right;
    color:#d5271e;
    line-height: 20px;
    padding-right: 20px;
    transition: margin-top .5s ease;
}
#top.show .content>img{
    margin: 15px 0;
}
#top.show .content p{
    margin-top: -30px;
}
#top .content p img{
    width: 20px;
}
#top .content div.rt{
    
}
#top .content ul{
    margin:32px 0;
}
#top .content ul:after{
    content: " ";
    clear: both;
    display: block;
}
#top .content li{
    float: left;
    margin: 0 2px;
}
#top .content li a{
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
}
#top .content li a:after{
    position: absolute;
    left:12%;
    bottom: 0;
    content: " ";
    width: 0;
    height: 1px;
    background:#EF0B0F;
    transition: width .5s ease;
}
#top .content li a:hover:after, #top .content li a.hover:after{
    width: 76%;
}
/*****************banner*****************/
.banner{
    width: 100%;
    height: 435px;
    margin-top:80px;
}
.banner .box{
    position: relative;
    text-align: center;
    background:rgba(0,0,0,.15);
    color:#fff;
    height: 100%;
}
.banner .box p{
    position:absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    margin:auto;
    height: 100px;
	width:90%;
}
.banner .box a{
    display: block;
    width: 370px;
    border: 2px solid #fff;
    color:#fff;
    font-size: 36px;
    line-height: 36px;
    padding: 20px 0;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
	cursor:default;
}
.banner .box a:after{
    content: " ";
    position: absolute;
    left: -80px;
    top: -20px;
    width: 40px;
    height: 150px;
    background: rgba(255,255,255,.2);
    transform: rotate(30deg);

}
.banner .box a:hover:after{
    left: 110%;transition:left .7s ease;
}
/*****************main*****************/
#main>div{
    padding: 80px 0;
    text-align: center;
}
#main>div .title h5{
    font-size: 36px;
    color:#111;
    padding: 20px;
    position: relative;
    display: inline-block;
}
#main>div .title h5 i{
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
}
#main>div .title h5 i.tt_l{
    background: url(../img/title_l.png) no-repeat left top;
    left: 0;
}
#main>div .title h5 i.tt_r{
    background: url(../img/title_r.png) no-repeat right bottom;
    right:0;
}
#main  .title p{
    margin: 20px 0 30px 0;
    font-size: 18px;
}
/********************foot*********************/
#foot{
    background: #302f35;
    color:#fff;
    padding: 20px 0;
}
#foot .content:after{
    display: block;content: " ";clear: both;
}
#foot .content li{
    padding: 10px 40px;
}
#foot .content li.contact{
    background: url(../img/f_icon.png) no-repeat 0 15px;
    font-size: 24px;
}
#foot .content li.dz{
    background: url(../img/f_icon.png) no-repeat 2px -75px;
}
#foot .content li.phone{
    background: url(../img/f_icon.png) no-repeat 2px -35px;
}
#foot .content li.tel{
    background: url(../img/f_icon.png) no-repeat 2px -110px;
}
#foot>p{
    text-align: center;
    font-size: 14px;
}
#foot .content .ewm{
    margin-top: 35px;
    text-align: center;
}
#slider1{
    position: fixed;
    right: -105px;
    top: 55%;
    width: 155px;
    z-index: 991;
}
#slider1 div{
    position: relative;
    left: 0;
    background:rgba(0,0,0,.5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 50px;
    margin: 2px 0;
    line-height: 50px;
    cursor:pointer;
    transition: left .5s ease,color .5s linear;
}
#slider1 div:hover{
    background: #d5271e;
}
#slider1 div a{
    color:#fff;
    font-size: 14px;
}
#slider1 div img{
    margin:13px 12px 13px 14px;
}
#slider1 div.slider_qq:hover{
    left: -70px;
}
#slider1 div.slider_phone:hover{
    left: -105px;
}
#slider1 div span {
    position: absolute;
    bottom: 0;
    left: -232px;
    display: none;
    opacity: 0;
}
#slider1 div.slider_ewm:hover span{
    display: block;
    opacity:1;
}
#slider1 div span img{
    margin: 0;
}
@media (max-width: 1280px){
    .content{
        width: 100%;
        margin: 0 auto;
    }
    #top .content ul{
        width:0;
        position: absolute;
        bottom: -122px;
        right: 0;
        background: #fff;
        margin: 0;
        overflow: hidden;
		border-bottom:1px solid #f1f1f1;
    }
    #top .content li{
       
        width: 25%;
        text-align: center;
        height: 60px;
        line-height: 60px;
		float:left;
		margin: 0;

    }
    #top .content li a{
        font-size: 18px;
        color:#777;
		display:block;
		padding:0;
    }
    #top .content .md h5{
        float:right;
        margin-right:10px;
		margin-top:16px;
        cursor: pointer;
    }
    #top .content .md span{
        display: block;
        width: 35px;
        height: 3px;
        background: #dd2918;
        transition: all .5s ease;
    }
    #top .content .md span+span{
        margin-top: 4px;
    }
    #top .content .head_molib.btn span.o{
        opacity: 0;
    }
    #top .content .head_molib.btn span.xt{
        transform-origin: right bottom;
        transform:translatey(-1px) rotate(-45deg);
    }
    #top .content .head_molib.btn span.xb{
        transform-origin: right bottom;
        transform:translate(-1px,9px) rotate(45deg);
    }
    #top .content li a:after{
       display:none;
    }
}


@media   (max-width: 640px){
	  #top .content ul{
        width:0;
        position: absolute;
        bottom: -369px;
        right: 0;
        background: #fff;
        margin: 0;
        overflow: hidden;
		border-bottom:1px solid #f1f1f1;
    }
	#top .content li a{font-size:16px;}
    #top .content li{
        clear: both;
        width: 100%;
        text-align: center;
        height: 45px;
        line-height:45px;

    }
    .content{
        width: 100%;
    }
    #slider{
        top: 65%;
    }
    #slider div.slider_phone:hover{
        left: 0;
        background:rgba(0,0,0,.5);
    }
    #slider .slider_qq,#slider .slider_ewm,#top .content p,#main .contact .content li.ewm,#main .contact .title,#main .contact .content,#foot .content{display: none;}
    #top .content p a{
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    #top .content p a img{
        width: 25px;
        padding: 2px;
        border-radius: 50%;
        border: 2px solid #D5271E;
    }
   
    #top .content div.rt{
        margin-top: 0;
    }
    .banner{
        margin-top:51px;
        height: 220px;
    }
    .banner .box a{
        width:35%;
        font-size: 16px;
        line-height: 20px;
		border: 1px solid #fff;
    }
    #main>div{
        padding: 30px 10px;
    }
    #main>div .title h5{
        font-size: 26px;
        padding: 10px;
    }
    #main>div .title h5 i{
        background-size: 10px;
    }
}
@media (max-width: 450px){
    .banner .box a{
        padding: 15px 0;
    }
    #main div .title h5{
        font-size: 22px;
    }
    #main div .title p{
        font-size: 14px;
    }
}